home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Head 1996 March
/
Game Head March 96.iso
/
dos
/
bustmove
/
2p.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-01-09
|
148 b
|
9 lines
@echo off
:loop
rem Put in your port and speed here
bustmove -P2 -B2
if ERRORLEVEL == 1 goto end
goto loop
:end
echo Bubble Crack Finished!